home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / fm2_250.zip / commands.tmp < prev    next >
Text File  |  1996-09-08  |  466b  |  38 lines

  1. ; FM/2 commands file -- 3 lines: title, cmd line, flags
  2. ;
  3. Test a Zip file
  4. unzip.exe -t %a
  5. 12288
  6. ;
  7. Test an Lzh file
  8. lh.exe t %a
  9. 12288
  10. ;
  11. Test an Arc file
  12. arc.exe t %a
  13. 12288
  14. ;
  15. Test an Arj file
  16. unarj.exe t %a
  17. 12288
  18. ;
  19. Test a Zoo file
  20. zoo.exe -test %a
  21. 12288
  22. ;
  23. Diskcopy A: -> B:
  24. diskcopy.exe a: b:
  25. 4096
  26. ;
  27. Diskcopy B: -> A:
  28. diskcopy.exe b: a:
  29. 4096
  30. ;
  31. Create disk image from A:
  32. savedskf.exe a: /N
  33. 6144
  34. ;
  35. View graphics files
  36. ib.exe %a
  37. 8192
  38.